global name, email, city, state, country, score, playtime, today
updateStage()
set today to the abbr date
set name to the text of cast 217
set email to the text of cast 218
set city to the text of cast 219
set state to the text of cast 220
set country to the text of cast 221
set name to StripChar(name, " ", "_")
set email to StripChar(email, " ", "_")
set city to StripChar(city, " ", "_")
set state to StripChar(state, " ", "_")
set country to StripChar(country, " ", "_")
set playtime to StripChar(playtime, " ", "_")
set today to StripChar(today, " ", "_")
set name to StripChar(name, ",", EMPTY)
set email to StripChar(email, ",", EMPTY)
set city to StripChar(city, ",", EMPTY)
set state to StripChar(state, ",", EMPTY)
set playtime to StripChar(playtime, ",", EMPTY)
set today to StripChar(today, ",", EMPTY)
if (name contains "shit") or (name contains "fuck") or (name contains "dick") or (name contains "pussy") or (name contains "asshole") then
again()
exit
end if
if (email contains "shit") or (email contains "fuck") or (email contains "dick") or (email contains "pussy") or (email contains "asshole") then
again()
exit
end if
if (city contains "shit") or (city contains "fuck") or (city contains "dick") or (city contains "pussy") or (city contains "asshole") then
again()
exit
end if
if (state contains "shit") or (state contains "fuck") or (state contains "dick") or (state contains "pussy") or (state contains "asshole") then
again()
exit
end if
if (country contains "shit") or (country contains "fuck") or (country contains "dick") or (country contains "pussy") or (country contains "asshole") then